home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-fstab.preinst < prev    next >
Encoding:
Text File  |  2008-10-15  |  482 b   |  20 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q '^ *version'; then
  5.     pycentral pkgprepare python-fstab <<PYEOF
  6. [python-package]
  7. format = 1
  8. python-version = all
  9. [pycentral]
  10. version = 0.6.7
  11. [files]
  12. /usr/share/pyshared/fstab.py=f
  13. /usr/share/pyshared/fstab-1.3.egg-info=f
  14. PYEOF
  15. else
  16.     mkdir -p /var/lib/pycentral
  17.     echo python-fstab >> /var/lib/pycentral/delayed-pkgs
  18. fi
  19. # End automatically added section
  20.